home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #16 / 2001 CD 16 (Black).iso / Black Bass / data1.cab / Program_Executable_Files / MenuResources / Credits / credits.gms < prev   
Encoding:
Text File  |  1999-12-09  |  1.6 KB  |  30 lines

  1. IMAGE1(CREDITS_BACKGROUND, credits_plate);
  2.  
  3. BUTTON1(CREDITS_BACK, credits_back);
  4. onload GMCmdSetActions(WID_BUTTON_CREDITS_BACK, {{GM_EVENT_BTN_PRESSED, AID_USER_BACK}});
  5.  
  6. // The 2nd and 3rd parameters are the width and height of the text box.  Change them if necessary.
  7. DROP_TEXT1(CREDITS, 580, 400, \
  8. "~f1HOT-B USA, Inc. would like to thank the following organizations and individuals for their assistance:\
  9. ~f0\n  Hank Parker, The Powell Group, Bassin' Magazine, Big Bass World Championship,\n  Berkley Rods, Berkley Trilene, Mann's Lures, Abu Garcia Reels, Garmin, Uncle Josh Bait,\n  Ranger Boats, Mercury Outboards, Plano Tackle Systems and Quaker State Oil\
  10. \n\n~f1Game Concept, Design and Production:~f0              ~f1Music:\
  11. ~f0\n  Kenji Ishikawa                                                                              Michael Kumagai\n  Brad Berglund\
  12. \n\n~f1Cover Photo:~f0                                                                        ~f1In-Game Photos:\
  13. ~f0\n  Wally Eberhart                                                                            Brad Berglund\
  14. \n\n~f1PC Development Team:\
  15. ~f0\n  Lead Programmer:  Justin Wilder\
  16. \n  Programmers:  Aaron Brashears\
  17. \n                          Ian Wilkes\
  18. \n  Programming Support:  Ko Patel\
  19. \n  Art Support:  Ido Magal\
  20. \n  Producer:  Jason Chein\
  21. ");
  22.  
  23. onload GMAddWidget_StaticContainer(WID_PAGE_CREDITS,
  24. {    {WID_IMAGE_CREDITS_BACKGROUND, 0, 0},
  25.     {WID_TEXT_CREDITS, 30, 30}, // These are the top-left coordinates for the text box.  Change them if necessary.
  26.     {WID_BUTTON_CREDITS_BACK, 11, 415}
  27. });
  28.  
  29.  
  30.